Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Telephony /
Chapter 5 - Telephone Manager Messages / Telephone Manager Message Reference
Constants


Key Press Constants

The telTermKeyMsg message (page 5-10) and the telTermKeyImmMsg message (page 5-12) return either of the following constants to indicate which type of key was pressed:

enum {
   telKeyPadPress          = 1,
   telFeatureKeyPress      = 2
};
Constant descriptions

telKeyPadPress
A key on the 12-digit keypad was pressed.
telFeatureKeyPress
A feature key was pressed.
If a feature key was pressed, the message returns one of the following constants to indicate which key:

enum {
   telHangupKey            = 1,
   telHoldKey              = 2,
   telConferenceKey        = 3,
   telTransferKey          = 4,
   telForwardKey           = 5,
   telCallbackKey          = 6,
   telDNDKey               = 7,
   telCallPickupKey        = 8,
   telCallParkKey          = 9,
   telCallDeflectKey       = 10,
   telVoiceMailAccessKey   = 11,
   telCallRejectKey        = 12,
   telOtherKey             = 16
};
Constant descriptions

telHangupKey
The drop (or release) key was pressed.
telHoldKey
The hold key was pressed.
telConferenceKey
The conference key was pressed.
telTransferKey
The transfer key was pressed.
telForwardKey
The forward key was pressed.
telCallbackKey
The callback key was pressed.
telDNDKey
The do not disturb key was pressed.
telCallPickupKey
The call pickup key was pressed.
telCallParkKey
The call park key was pressed.
telCallDeflectKey
The call deflect key was pressed.
telVoiceMailAccessKey
The voice mail access key was pressed.
telCallRejectKey
The call reject key was pressed.
telOtherKey
Some other key was pressed.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help